lib: Split symbol versioning into -released and -devel
authorColin Walters <walters@verbum.org>
Thu, 15 Jun 2017 01:44:04 +0000 (21:44 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 16 Jun 2017 09:31:16 +0000 (09:31 +0000)
commit2bab43fb224edc5b0bfacc79881e387b8de67c4a
treead20632d64c2623dbdab11a9a5dfc254e6b684fc
parent3e3a0f0766918e4750d136bcb2782482135d0b49
lib: Split symbol versioning into -released and -devel

So far a lot of submitted PR have added symbols into the first
section.  Split the file into `-released` and `-devel` to make
this more obvious.

To further enforce things, we hardcode a checksum of the `-released`
file in `test-symbols.sh`.  Only release commits should update that
checksum.

Did you notice I like checksums?

Closes: #931
Approved by: pwithnall
Makefile-libostree.am
configure.ac
src/libostree/libostree-devel.sym [new file with mode: 0644]
src/libostree/libostree-released.sym [new file with mode: 0644]
src/libostree/libostree.sym [deleted file]
tests/test-symbols.sh